home *** CD-ROM | disk | FTP | other *** search
/ Medabots Cardz / Medabots CD Cardz Sumilidon.bin / mac / assets / sumilidon.dxr / 00027_Script_27 < prev    next >
Text File  |  2001-12-07  |  398b  |  19 lines

  1. global transitionz, wfullscreen
  2.  
  3. on exitFrame me
  4.   --  puppetsound 2,0
  5.   --  puppetsound 1,0
  6.   --  sound(1).stop()
  7.   --  sound(2).stop()
  8.   if wfullscreen = 1 then
  9.     videopause(sprite 7)
  10.   end if
  11.   wfullscreen = 0
  12.   set the width of sprite(7)= 320
  13.   set the height of sprite(7)= 240
  14.   if transitionz = "close" then
  15.     go to frame "video"
  16.   else
  17.     go to the frame
  18.   end if 
  19. end